Click here to show toolbars of the Web Online Help System: show toolbars |
date_date_of(date);
参数 | 描述 |
---|---|
date | The datetime to extract the date from. |
返回: Real(实数)
返回给出日期时间值的日期部分(年月日)。
today = date_date_of(date_current_datetime());
上述代码将会只返回当前时间的日期部分并将它存储在变量"today"中。